home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Shout3Ddemo / Shout3d_runtime / codebase / models / renderTests / multimesh_colorcube_envmap_curl < prev    next >
Text File  |  2000-11-13  |  2KB  |  60 lines

  1. DEF Camera01 Viewpoint{
  2.     position 0.007313 1.338 5.777
  3.     orientation 1 0.0006623 3.11e-005 -0.09384
  4.     fieldOfView 0.9
  5.     description "Camera01"
  6. }
  7. DEF myPanorama Panorama {
  8.     bilinearFilteringEnabled FALSE
  9.     environmentCubeMap DEF envMap EnvironmentCubeMap {
  10.         frontTexture ImageTexture { url "../images/envmap_colorcube/front.jpg" }
  11.         rightTexture ImageTexture { url "../images/envmap_colorcube/right.jpg" }
  12.         backTexture ImageTexture { url "../images/envmap_colorcube/back.jpg" }
  13.         leftTexture ImageTexture { url "../images/envmap_colorcube/left.jpg" }
  14.         upTexture ImageTexture { url "../images/envmap_colorcube/up.jpg" }
  15.         downTexture ImageTexture { url "../images/envmap_colorcube/down.jpg" }
  16.     }
  17. }
  18.  
  19. DEF Curve01 Transform {
  20.     translation -0.141 0 -5.06
  21.     children [
  22.         Shape {
  23.             appearance [
  24.                 MultiAppearance {
  25.                     environmentMap USE envMap
  26.                     solid FALSE
  27.                 }
  28.             ]
  29.             geometry MultiMesh {
  30.                 defaultFlatShaded FALSE
  31.                 solid FALSE
  32.                 coord Coordinate {
  33.                     point [
  34.                       -29.9 0 4.64, -25.4 0 -0.878, -22.7 0 -3.3, -19.8 0 -4.92, 
  35.                       -17.8 0 -5.43, -15.7 0 -5.55, -11.3 0 -4.8, -6.54 0 -3.09, 
  36.                       -1.67 0 -0.822, 4.08 0 1.99, 9.69 0 4.33, 12.4 0 5.11, 
  37.                       15 0 5.53, 17.5 0 5.49, 19.8 0 4.92, 23 0 3.01, 26.6 0 -0.597, 
  38.                       29.9 0 -4.92, -29.9 25 4.64, -25.4 25 -0.878, -22.7 25 -3.3, 
  39.                       -19.8 25 -4.92, -17.8 25 -5.43, -15.7 25 -5.55, -11.3 25 -4.8, 
  40.                       -6.54 25 -3.09, -1.67 25 -0.822, 4.08 25 1.99, 9.69 25 4.33, 
  41.                       12.4 25 5.11, 15 25 5.53, 17.5 25 5.49, 19.8 25 4.92, 
  42.                       23 25 3.01, 26.6 25 -0.597, 29.9 25 -4.92
  43.                     ]
  44.                 }
  45.                 coordIndex [
  46.                     0, 1, 19, -1, 0, 19, 18, -1, 1, 2, 20, -1, 1, 20, 19, -1, 
  47.                     2, 3, 21, -1, 2, 21, 20, -1, 3, 4, 22, -1, 3, 22, 21, -1, 
  48.                     4, 5, 23, -1, 4, 23, 22, -1, 5, 6, 24, -1, 5, 24, 23, -1, 
  49.                     6, 7, 25, -1, 6, 25, 24, -1, 7, 8, 26, -1, 7, 26, 25, -1, 
  50.                     8, 9, 27, -1, 8, 27, 26, -1, 9, 10, 28, -1, 9, 28, 27, -1, 
  51.                     10, 11, 29, -1, 10, 29, 28, -1, 11, 12, 30, -1, 11, 30, 29, -1, 
  52.                     12, 13, 31, -1, 12, 31, 30, -1, 13, 14, 32, -1, 13, 32, 31, -1, 
  53.                     14, 15, 33, -1, 14, 33, 32, -1, 15, 16, 34, -1, 15, 34, 33, -1, 
  54.                     16, 17, 35, -1, 16, 35, 34, -1
  55.                 ]
  56.             }
  57.         }
  58.     ]
  59. }
  60.